From 187e8c5b2130529e73577bce0ab66778dfeda036 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 17 Mar 2013 10:27:32 +0100 Subject: [PATCH] changelog --HG-- extra : rebase_source : 889ca43dd6769a6208f8c69e36f2103468b3b546 --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b551c26..c02bb12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -55,6 +55,12 @@ Features added Bugs fixed ---------- +* ``yield`` works inside of ``with gil`` sections. It previously lead to a crash. + This fixes trac ticket 803. + +* Static methods without explicitly named positional arguments (e.g. having only + ``*args``) crashed when being called. This fixes trac ticket 804. + * ``dir()`` without arguments previously returned an unsorted list, which now gets sorted as expected. -- 2.7.4