Staging
v0.5.1
https://github.com/python/cpython
Revision b44fb128ae5d9562f00a944e2d22392235073a69 authored by Victor Stinner on 21 November 2016, 15:35:08 UTC, committed by Victor Stinner on 21 November 2016, 15:35:08 UTC
Issue #28727: Regular expression patterns, _sre.SRE_Pattern objects created by
re.compile(), become comparable (only x==y and x!=y operators). This change
should fix the issue #18383: don't duplicate warning filters when the warnings
module is reloaded (thing usually only done in unit tests).
1 parent a2f7ee8
History
Tip revision: b44fb128ae5d9562f00a944e2d22392235073a69 authored by Victor Stinner on 21 November 2016, 15:35:08 UTC
Implement rich comparison for _sre.SRE_Pattern
Tip revision: b44fb12
File Mode Size
darwin
libffi
libffi_msvc
libffi_osx
_ctypes.c -rw-r--r-- 175.3 KB
_ctypes_test.c -rw-r--r-- 15.4 KB
_ctypes_test.h -rw-r--r-- 82 bytes
callbacks.c -rw-r--r-- 17.0 KB
callproc.c -rw-r--r-- 51.8 KB
cfield.c -rw-r--r-- 43.3 KB
ctypes.h -rw-r--r-- 12.9 KB
ctypes_dlfcn.h -rw-r--r-- 459 bytes
libffi.diff -rw-r--r-- 7.0 KB
malloc_closure.c -rw-r--r-- 2.7 KB
stgdict.c -rw-r--r-- 19.1 KB

back to top