This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients amaury.forgeotdarc, belopolsky, eryksun, meador.inge, tilsche, vinay.sajip
Date 2019-12-06.06:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575615582.35.0.412823297689.issue26628@roundup.psfhosted.org>
In-reply-to
Content
This is now fixed as a result of fixing bpo-16575. The unioncrash.py script now gives an error message:

$ python3.9 ~/tmp/unioncrash.py 
Traceback (most recent call last):
  File "/home/vinay/tmp/unioncrash.py", line 10, in <module>
    sin.argtypes = [MyUnion]
TypeError: item 1 in _argtypes_ passes a union by value, which is unsupported.
History
Date User Action Args
2019-12-06 06:59:42vinay.sajipsetrecipients: + vinay.sajip, amaury.forgeotdarc, belopolsky, meador.inge, eryksun, tilsche
2019-12-06 06:59:42vinay.sajipsetmessageid: <1575615582.35.0.412823297689.issue26628@roundup.psfhosted.org>
2019-12-06 06:59:42vinay.sajiplinkissue26628 messages
2019-12-06 06:59:41vinay.sajipcreate