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 anthony shaw
Recipients anthony shaw, lys.nikolaou, pablogsal
Date 2020-12-01.11:15:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606821339.69.0.708367922333.issue42521@roundup.psfhosted.org>
In-reply-to
Content
I noticed since the new parser implementation, the debug mode in the tokeniser is no longer working.

This is the case for 3.9.0 and also 3.9.1rc1. Running python3.9 with a simple application like this:

 # Demo application
 def my_function():
   proceed

Does not output anything

> python3.9 -d ~/PycharmProjects/cpython-book-samples/13/test_tokens.py

> 
Produces no output

Whereas python3.10 (the latest alpha) outputs the expected results
History
Date User Action Args
2020-12-01 11:15:39anthony shawsetrecipients: + anthony shaw, lys.nikolaou, pablogsal
2020-12-01 11:15:39anthony shawsetmessageid: <1606821339.69.0.708367922333.issue42521@roundup.psfhosted.org>
2020-12-01 11:15:39anthony shawlinkissue42521 messages
2020-12-01 11:15:39anthony shawcreate