[Python-Dev] Remove COUNT_ALLOCS special build

2020-01-29 Thread Victor Stinner
Hi, I would like to confirm that there is no user of the Python "COUNT_ALLOCS" special build, because I plan to remove it from Python 3.9. If you use it, please raise your hand and explain why other debug tools don't fit your specific use case. -- I'm always annoyed by "#ifdef COUNT_ALLOCS" code

[Python-Dev] Re: Remove COUNT_ALLOCS special build

2020-01-29 Thread Charalampos Stratakis
- Original Message - > From: "Victor Stinner" > To: "Python Dev" > Sent: Wednesday, January 29, 2020 10:57:02 PM > Subject: [Python-Dev] Remove COUNT_ALLOCS special build > > Hi, > > I would like to confirm that there is no user of the Python > "COUNT_ALLOCS" special build, because I

[Python-Dev] Re: Request to postpone some Python 3.9 incompatible changes to Python 3.10

2020-01-29 Thread Dima Tisnek
On Fri, 24 Jan 2020 at 00:27, Victor Stinner wrote: > Miro and me consider that Python 3.9 is pushing too much pressure on > projects maintainers to either abandon Python 2.7 right now... Let's not conflate py2 EOL with what-should-go-into-py39. > https://copr.fedorainfracloud.org/coprs/g/pytho