Staging
v0.5.1
https://github.com/python/cpython
Revision a875ea58b29fbf510f9790ae1653eeaa47dc0de8 authored by Xtreak on 24 February 2019, 18:54:49 UTC, committed by Chris Withers on 24 February 2019, 18:54:49 UTC
* Resolve string target to patch.dict during function call

* Add NEWS entry

* Remove unneeded call

* Restore original value for support.target and refactor assertions

* Add extra assertion to verify unpatched dict
1 parent aeca373
History
Tip revision: a875ea58b29fbf510f9790ae1653eeaa47dc0de8 authored by Xtreak on 24 February 2019, 18:54:49 UTC
bpo-35512: Resolve string target to patch.dict decorator during function call GH#12000
Tip revision: a875ea5
File Mode Size
cache.c -rw-r--r-- 12.2 KB
cache.h -rw-r--r-- 2.3 KB
connection.c -rw-r--r-- 56.0 KB
connection.h -rw-r--r-- 4.6 KB
cursor.c -rw-r--r-- 29.6 KB
cursor.h -rw-r--r-- 2.4 KB
microprotocols.c -rw-r--r-- 4.6 KB
microprotocols.h -rw-r--r-- 2.0 KB
module.c -rw-r--r-- 15.0 KB
module.h -rw-r--r-- 1.8 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.5 KB
row.c -rw-r--r-- 9.2 KB
row.h -rw-r--r-- 1.2 KB
statement.c -rw-r--r-- 16.5 KB
statement.h -rw-r--r-- 2.0 KB
util.c -rw-r--r-- 4.5 KB
util.h -rw-r--r-- 1.6 KB

back to top