- 15 Ara, 2013 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Nick Coghlan yazdı
Note that __spec__.name is not currently guaranteed to be in sys.modules when the code is running, only __name__ is. The "running module is in sys.modules" invariant will be expanded to also cover __spec__.name in a subsequent patch.
-
- 14 Ara, 2013 14 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
Stefan Krah yazdı
is used in a program.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
by including stdint.h before mpdecimal.h. In that case the only option left is to compile with -D_STDC_LIMIT_MACROS.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Report and patch by Vajrasky Kok.
-
- 13 Ara, 2013 22 kayıt (commit)
-
-
R David Murray yazdı
Report and patch by Claudiu Popa.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
parent packages automatically.
-
R David Murray yazdı
-
R David Murray yazdı
Initial patch by Phil Connell.
-
Brett Cannon yazdı
by multiprocessing.spawn (before it was raising an AttributeError).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
"%c" argument is not in range [0; 255].
-
Victor Stinner yazdı
argument is not in range [0; 255].
-
Victor Stinner yazdı
In Python 3.3, PyThread_set_key_value() did nothing if the key already exists (if the current value is a non-NULL pointer). When _PyGILState_NoteThreadState() is called twice on the same thread with a different Python thread state, it still keeps the old Python thread state to keep the old behaviour. Replacing the Python thread state with the new state introduces new bugs: see issues #10915 and #15751.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
Patch written by Vajrasky Kok.
-
Victor Stinner yazdı
test_capi is failing and the fix is not trivial, I prefer to revert
-
R David Murray yazdı
Patch by Vajrasky Kok, test enhancement by me.
-
Victor Stinner yazdı
the function did nothing if the key already exists (if the current value is a non-NULL pointer). _testcapi.run_in_subinterp() now correctly sets the new Python thread state of the current thread when a subinterpreter is created.
-
Victor Stinner yazdı
sometimes busy
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-