Staging
v0.8.1
https://github.com/python/cpython
Revision d6a92b55944bf1ef4992e4375f02a7132717bf53 authored by Miss Islington (bot) on 01 October 2019, 10:58:53 UTC, committed by GitHub on 01 October 2019, 10:58:53 UTC

* Windows: Fix counter name in WindowsLoadTracker. Counter names are
  localized: use the registry to get the counter name. Original
  change written by Lorenz Mende.
* Regrtest.main() now ensures that the Windows load tracker is also
  killed if an exception is raised
* TestWorkerProcess now ensures that worker processes are no longer
  running before exiting: kill also worker processes when an
  exception is raised.
* Enhance regrtest messages and warnings: include test name,
  duration, add a worker identifier, etc.
* Rename MultiprocessRunner to TestWorkerProcess
* Use print_warning() to display warnings.

Co-Authored-By: Lorenz Mende <Lorenz.mende@gmail.com>
(cherry picked from commit 982bfa4da07b2e5749a0f4e68f99e972bcc3a549)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 2eb1dac
History
Tip revision: d6a92b55944bf1ef4992e4375f02a7132717bf53 authored by Miss Islington (bot) on 01 October 2019, 10:58:53 UTC
bpo-36670: Multiple regrtest bugfixes (GH-16511)
Tip revision: d6a92b5
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 66.8 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 69.2 KB
bytes_methods.c -rw-r--r-- 22.4 KB
bytesobject.c -rw-r--r-- 99.1 KB
call.c -rw-r--r-- 37.2 KB
capsule.c -rw-r--r-- 7.3 KB
cellobject.c -rw-r--r-- 4.4 KB
classobject.c -rw-r--r-- 17.8 KB
codeobject.c -rw-r--r-- 27.3 KB
complexobject.c -rw-r--r-- 32.3 KB
descrobject.c -rw-r--r-- 54.9 KB
dict-common.h -rw-r--r-- 2.2 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 129.1 KB
enumobject.c -rw-r--r-- 13.3 KB
exceptions.c -rw-r--r-- 85.8 KB
fileobject.c -rw-r--r-- 14.9 KB
floatobject.c -rw-r--r-- 71.1 KB
frameobject.c -rw-r--r-- 34.4 KB
funcobject.c -rw-r--r-- 29.5 KB
genobject.c -rw-r--r-- 64.8 KB
iterobject.c -rw-r--r-- 9.0 KB
listobject.c -rw-r--r-- 95.4 KB
listsort.txt -rw-r--r-- 35.3 KB
lnotab_notes.txt -rw-r--r-- 5.7 KB
longobject.c -rw-r--r-- 166.4 KB
memoryobject.c -rw-r--r-- 88.9 KB
methodobject.c -rw-r--r-- 9.1 KB
moduleobject.c -rw-r--r-- 23.3 KB
namespaceobject.c -rw-r--r-- 7.2 KB
object.c -rw-r--r-- 61.7 KB
obmalloc.c -rw-r--r-- 84.3 KB
odictobject.c -rw-r--r-- 73.1 KB
rangeobject.c -rw-r--r-- 34.3 KB
setobject.c -rw-r--r-- 73.2 KB
sliceobject.c -rw-r--r-- 19.0 KB
structseq.c -rw-r--r-- 13.5 KB
tupleobject.c -rw-r--r-- 29.9 KB
typeobject.c -rw-r--r-- 239.8 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 454.8 KB
unicodetype_db.h -rw-r--r-- 241.6 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top