- 27 Haz, 2012 10 kayıt (commit)
-
-
Eric V. Smith yazdı
-
David Malcolm yazdı
The gdb hooks for debugging CPython (within Tools/gdb) have been enhanced to show information on more C frames relevant to CPython within the "py-bt" and "py-bt-full" commands: * C frames that are waiting on the GIL * C frames that are garbage-collecting * C frames that are due to the invocation of a PyCFunction
-
Hynek Schlawack yazdı
-
Antoine Pitrou yazdı
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou yazdı
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Matthias Klose yazdı
correct inconsistent profiles for multi-threaded programs.
-
- 26 Haz, 2012 24 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Stefan Mihaila.
-
Antoine Pitrou yazdı
Patch by Stefan Mihaila.
-
David Malcolm yazdı
-
David Malcolm yazdı
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Matthias Klose yazdı
-
doko@ubuntu.com yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
-
Petri Lehtinen yazdı
-
Georg Brandl yazdı
-
Petri Lehtinen yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Larry Hastings yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Larry Hastings yazdı
behind.
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 25 Haz, 2012 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Brett Cannon yazdı
free the copy of the command-line. Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found by Clang's static analyzer.
-
David Malcolm yazdı
python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile.
-
Antoine Pitrou yazdı
-