[issue36587] race in logging code when fork()

2019-09-24 Thread Gregory P. Smith
Gregory P. Smith added the comment: i don't have context for what test was needed where anymore, but https://github.com/python/cpython/pull/12704 removed the _at_fork_acquire_release_weakset. -- resolution: -> out of date stage: -> resolved status: open -> closed

[issue36587] race in logging code when fork()

2019-09-23 Thread Vinay Sajip
Vinay Sajip added the comment: Is this issue still valid, or should it be closed as out of date? -- ___ Python tracker ___ ___

[issue36587] race in logging code when fork()

2019-04-10 Thread Gregory P. Smith
Gregory P. Smith added the comment: yeah i saw that bug buried in there, this weakset goes away with my proposed PR. -- ___ Python tracker ___

[issue36587] race in logging code when fork()

2019-04-10 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: -> gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36587] race in logging code when fork()

2019-04-10 Thread SilentGhost
Change by SilentGhost : -- nosy: +gregory.p.smith, vinay.sajip type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue36587] race in logging code when fork()

2019-04-10 Thread cagney
New submission from cagney : Buried in issue36533; it should probably be turned into a test case. Exception ignored in: Traceback (most recent call last): File "/home/python/v3.7.3/lib/python3.7/logging/__init__.py", line 269, in _after_at_fork_weak_calls _at_fork_weak_calls('release')