[Python-Dev] Re: seg fault in 3.10a4

2021-01-17 Thread Robin Becker
On 17/01/2021 16:54, Victor Stinner wrote: See https://github.com/python-pillow/Pillow/issues/5193 and https://github.com/python-pillow/Pillow/pull/5194 for a Pillow crash on Python 3.10. A fix is merged in master, but there is no release containing the fix yet. https://github.com/python-pillow/P

[Python-Dev] Re: seg fault in 3.10a4

2021-01-17 Thread Victor Stinner
See https://github.com/python-pillow/Pillow/issues/5193 and https://github.com/python-pillow/Pillow/pull/5194 for a Pillow crash on Python 3.10. A fix is merged in master, but there is no release containing the fix yet. https://github.com/python-pillow/Pillow/commit/543fa2ceb78103c7ae098900c315748a

[Python-Dev] Re: seg fault in 3.10a4

2021-01-17 Thread Robin Becker
On 17/01/2021 13:49, Terry Reedy wrote: On 1/17/2021 8:05 AM, Stestagg wrote: Hi Robin It would be ideal if you could please create a new issue here: https://bugs.python.org/ If 'reportlab userguide creation' uses any 3rd party compiled C code, this may be prematur

[Python-Dev] Re: PEP: Deferred Evaluation Of Annotations Using Descriptors

2021-01-17 Thread Larry Hastings
If you never examine __annotations__, then you can refer to symbols that are never defined and nothing bad happens.  It's just like writing a function that refers to undefined symbols, then never calling that function. If you examine __annotations__, and the annotations refer to values that

[Python-Dev] Re: seg fault in 3.10a4

2021-01-17 Thread Terry Reedy
On 1/17/2021 8:05 AM, Stestagg wrote: Hi Robin It would be ideal if you could please create a new issue here: https://bugs.python.org/ If 'reportlab userguide creation' uses any 3rd party compiled C code, this may be premature. bugs.python.org is for patching cpyt

[Python-Dev] Re: seg fault in 3.10a4

2021-01-17 Thread Stestagg
Hi Robin It would be ideal if you could please create a new issue here: https://bugs.python.org/ Thanks Steve On Sun, Jan 17, 2021 at 12:53 PM Robin Becker wrote: > Not sure if this is where I should report, but I have a segfault in > reportlab userguide creation with 3.10a4. I am > getting t

[Python-Dev] seg fault in 3.10a4

2021-01-17 Thread Robin Becker
Not sure if this is where I should report, but I have a segfault in reportlab userguide creation with 3.10a4. I am getting this info from coredumpctl running archlinux with Linux hostname 5.10.6-arch1-1 #1 SMP PREEMPT Sat, 09 Jan 2021 18:22:35 + x86_64 GNU/Linux the error is Messag