[issue40082] trip_signal() gets NULL tstate on Windows on CTRL+C

2020-04-08 Thread STINNER Victor


STINNER Victor  added the comment:

Thanks for the bug report Alexander Riccio. I fixed bug in master. Python 3.8 
is not affected.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40082] trip_signal() gets NULL tstate on Windows on CTRL+C

2020-04-08 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset b54a99d6432de93de85be2b42a63774f8b4581a0 by Victor Stinner in 
branch 'master':
bpo-40082: trip_signal() uses the main interpreter (GH-19441)
https://github.com/python/cpython/commit/b54a99d6432de93de85be2b42a63774f8b4581a0


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40082] trip_signal() gets NULL tstate on Windows on CTRL+C

2020-04-08 Thread STINNER Victor


Change by STINNER Victor :


--
keywords: +patch
pull_requests: +18795
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19441

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40082] trip_signal() gets NULL tstate on Windows on CTRL+C

2020-04-08 Thread STINNER Victor


Change by STINNER Victor :


--
title: Assertion failure in trip_signal -> trip_signal() gets NULL tstate on 
Windows on CTRL+C

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com