Staging
v0.5.1
https://github.com/python/cpython
Revision c3c3062169fad11e0e74aa85ff1f3d69c0170d42 authored by Christian Heimes on 06 September 2017, 04:43:19 UTC, committed by GitHub on 06 September 2017, 04:43:19 UTC
_PyUnicode_FromId() can return NULL: replace Py_INCREF() with
Py_XINCREF().

Fix coverity report: CID 1417269.
(cherry picked from commit af46eb8)
1 parent ff125e1
History
Tip revision: c3c3062169fad11e0e74aa85ff1f3d69c0170d42 authored by Christian Heimes on 06 September 2017, 04:43:19 UTC
[3.6] _pickle: Fix whichmodule() (GH-3358) (#3361)
Tip revision: c3c3062
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 2.1 KB

README

back to top