- 16 May, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Tal Einat yazdı
-
- 01 Nis, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
signalmodule.c
-
- 30 Mar, 2015 3 kayıt (commit)
-
-
Victor Stinner yazdı
Retry: * signal.sigtimedwait() * threading.Lock.acquire() * threading.RLock.acquire() * time.sleep()
-
Victor Stinner yazdı
Add _Py_fstat_noraise() function when a Python exception is not welcome.
-
Victor Stinner yazdı
All these functions only accept positive timeouts, so this change has no effect in practice.
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Add _PyTime_AsTimespec() * Add unit tests for _PyTime_AsTimespec()
-
- 20 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
when interrupted by a signal not in the *sigset* parameter, if the signal handler does not raise an exception. signal.sigtimedwait() recomputes the timeout with a monotonic clock when it is retried. Remove test_signal.test_sigwaitinfo_interrupted() because sigwaitinfo() doesn't raise InterruptedError anymore if it is interrupted by a signal not in its sigset parameter.
-
- 08 Mar, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 21 Şub, 2015 1 kayıt (commit)
-
-
Steve Dower yazdı
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
-
- 12 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Detect integer overflow on the file descriptor of the socket on 64-bit Python.
-
- 20 Kas, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- interpreter startup and shutdown code moved to a new pylifecycle.c module - Py_OptimizeFlag moved into the new module with the other global flags
-
- 27 Agu, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
descriptor is in blocking mode.
-
- 29 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
A side effect is that Python depends to the WinSock library.
-
- 24 Tem, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 21 Tem, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
ValueError on fstat() failure.
-
- 04 Nis, 2014 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 16 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test.
-
- 09 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 18 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
-
- 22 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error
-
- 04 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
- 31 Mar, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Roumen Petrov.
-
- 10 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Şub, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Thomas Heller for the bug report.
-
- 18 Ock, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 11 Kas, 2012 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith yazdı
yet handled by Python to not persist after os.fork() in the child process.
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 02 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Add a private API to convert an int or float to a C timespec structure.
-
- 02 Şub, 2012 2 kayıt (commit)
-
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
make _multiprocessing.win32.WaitForMultipleObjects interruptible when the wait_flag parameter is false. Patch by sbt.
-
- 12 Eki, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
TLS implementations, and fails with the ad-hoc TLS implementation when a thread doesn't have an auto thread state (e.g. a thread created outside of Python calling into a subinterpreter).
-
- 25 Haz, 2011 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 09 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Initial patch by Charles-François Natali.
-