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 vstinner
Recipients BTaskaya, james, pablogsal, serhiy.storchaka, vstinner, xtreak, yselivanov
Date 2019-10-28.11:28:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572262097.1.0.836316091593.issue38530@roundup.psfhosted.org>
In-reply-to
Content
> Ruby has it integrated into the core : https://bugs.ruby-lang.org/issues/11252 . It was initially a gem that got merged into core.

GCC also provides more and more hints. Example:

   int main() { int hello = 1; return helo; }

GCC:

   error: 'helo' undeclared (first use in this function); did you mean 'hello'?
History
Date User Action Args
2019-10-28 11:28:17vstinnersetrecipients: + vstinner, serhiy.storchaka, yselivanov, james, pablogsal, xtreak, BTaskaya
2019-10-28 11:28:17vstinnersetmessageid: <1572262097.1.0.836316091593.issue38530@roundup.psfhosted.org>
2019-10-28 11:28:17vstinnerlinkissue38530 messages
2019-10-28 11:28:17vstinnercreate