- 04 Tem, 2013 4 kayıt (commit)
-
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 03 Tem, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
Victor Stinner yazdı
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
-
- 02 Tem, 2013 8 kayıt (commit)
-
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 01 Tem, 2013 17 kayıt (commit)
-
-
Victor Stinner yazdı
handler when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Victor Stinner yazdı
when the function is called twice, so faulthandler.unregister() restores correctly the original signal handler.
-
Christian Heimes yazdı
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes yazdı
tstate is first removed from TLS and then deallocated. CID 1019639 (#1 of 1): Use after free (USE_AFTER_FREE) use_after_free: Using freed pointer tstate.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
segfault inside the _pickle C extension.
-
Christian Heimes yazdı
segfault inside the _pickle C extension.
-
Christian Heimes yazdı
any bytes-like object, e.g. memoryview. Original patch by Jonas Borgström.
-
Terry Jan Reedy yazdı
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
Terry Jan Reedy yazdı
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
-
- 30 Haz, 2013 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Also change private dict used as a set to a set.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
-
Vinay Sajip yazdı
Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ...
-
Terry Jan Reedy yazdı
-