[Python-Dev] Re: The repr of a sentinel

2021-05-22 Thread Tal Einat
On Fri, May 21, 2021 at 5:33 PM Luciano Ramalho wrote: > > For the hard cases, I will read the upcoming 46-page "PEP 973: > Parameterized Sentinel Factory Factory API" ;-) I put up an early draft of a PEP on a branch in the PEPs repo: https://github.com/python/peps/blob/sentinels/pep-.rst (N

[Python-Dev] Re: GDB not breaking at the right place

2021-05-22 Thread Victor Stinner
I strongly suggest to only build Python with -O0 when using gdb. -Og enables too many optimizations which makes gdb less usable. Victor ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https