[issue42418] PyType_GetModule() should warn/fail when type has Py_TPFLAGS_BASETYPE

2020-11-21 Thread Petr Viktorin
Petr Viktorin added the comment: I don't understand this issue. Why would Py_TPFLAGS_BASETYPE make the result of PyType_GetModule() wrong? Is the note in the documentation of PyType_GetModule() not clear? A type and its subtypes may be defined in different modules; why would it be wrong to a

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-11-21 Thread miss-islington
miss-islington added the comment: New changeset 97136d71a78a4b6b816f7e14acc52be426efcb6f by Miss Islington (bot) in branch '3.8': bpo-40791: Make compare_digest more constant-time. (GH-20444) https://github.com/python/cpython/commit/97136d71a78a4b6b816f7e14acc52be426efcb6f -- _

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-11-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +22329 pull_request: https://github.com/python/cpython/pull/23437 ___ Python tracker ___ __

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-11-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +22330 pull_request: https://github.com/python/cpython/pull/23438 ___ Python tracker ___ __

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-11-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +22328 pull_request: https://github.com/python/cpython/pull/23436 ___ Python tracker ___ __

[issue40791] hmac.compare_digest could try harder to be constant-time.

2020-11-21 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 31729366e2bc09632e78f3896dbce0ae64914f28 by Devin Jeanpierre in branch 'master': bpo-40791: Make compare_digest more constant-time. (GH-20444) https://github.com/python/cpython/commit/31729366e2bc09632e78f3896dbce0ae64914f28 --

[issue42422] Py_Decref on value crash the interpreter in Python/ceval.c:1104

2020-11-21 Thread Dennis Sweeney
Dennis Sweeney added the comment: >From >https://github.com/python/cpython/blob/master/Lib/test/crashers/bogus_code_obj.py > : """ Broken bytecode objects can easily crash the interpreter. This is not going to be fixed. It is generally agreed that there is no point in writing a bytecode veri

[issue40550] Popen.terminate fails with ProcessLookupError under certain conditions

2020-11-21 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith nosy: +gregory.p.smith versions: +Python 3.10, Python 3.9 ___ Python tracker ___ _

<    1   2