- 14 Ara, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Report and patch by Vajrasky Kok.
-
- 13 Ara, 2013 26 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ı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Fix a crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
Victor Stinner yazdı
crash when a generator is created in a C thread that is destroyed while the generator is still used. The issue was that a generator contains a frame, and the frame kept a reference to the Python state of the destroyed C thread. The crash occurs when a trace function is setup.
-
Victor Stinner yazdı
has no concrete GIL. If PyGILState_Ensure() is called from a new thread for the first time and PyEval_InitThreads() was not called yet, a GIL needs to be created.
-
- 12 Ara, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
This fixes running test_decimal in verbose mode on Windows, which I broke in issue #19572.
-
Victor Stinner yazdı
-
- 11 Ara, 2013 5 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
There are enough new things to make the merge harder than making the change in VS, and there are other things to add filters for in 3.4.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Also, cleaned up an unused import.
-