]> granicus.if.org Git - python/commit
bpo-37032: Add CodeType.replace() method (GH-13542)
authorVictor Stinner <vstinner@redhat.com>
Fri, 24 May 2019 21:57:23 +0000 (23:57 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 21:57:23 +0000 (23:57 +0200)
commita9f05d69ccbf3c75cdd604c25094282697789a62
treeb26677a8437f12e011b3adb574f32aa0bbff8739
parent561612d8456cfab5672c9b445521113b847bd6b3
bpo-37032: Add CodeType.replace() method (GH-13542)
Doc/whatsnew/3.8.rst
Lib/modulefinder.py
Lib/test/test_code.py
Lib/test/test_import/__init__.py
Lib/types.py
Misc/NEWS.d/next/Core and Builtins/2019-05-24-12-38-40.bpo-37032.T8rSH8.rst [new file with mode: 0644]
Objects/clinic/codeobject.c.h [new file with mode: 0644]
Objects/codeobject.c