[issue38048] unususal behavior
New submission from Gaurav Kumar Pandit : when I run the programme the cursur is blinking and is taking many number of inputs but in the source code I have not written any syntax for taking input -- components: Windows files: test.py messages: 351286 nosy: Gaurav Kumar Pandit, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: unususal behavior type: behavior versions: Python 3.7 Added file: https://bugs.python.org/file48597/test.py ___ Python tracker <https://bugs.python.org/issue38048> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38048] unususal behavior
Gaurav Kumar Pandit added the comment: The programme has detected a bug in python .For This reson I am using c++ not python. Useless python bsdk Sent from Mail for Windows 10 From: Eric V. Smith Sent: 07 September 2019 12:38 PM To: grvkmrpan...@gmail.com Subject: [issue38048] unususal behavior Eric V. Smith added the comment: This forum is for reporting bugs in python, not for getting help with writing python programs. I suggest you ask about this on the python-tutor mailing list: https://mail.python.org/mailman/listinfo/tutor Good luck! -- nosy: +eric.smith resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue38048> ___ -- ___ Python tracker <https://bugs.python.org/issue38048> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue38048] unususal behavior
Gaurav Kumar Pandit added the comment: Oh thanks.May I know the typo error Sent from Mail for Windows 10 From: Zachary Ware Sent: 08 September 2019 02:24 AM To: grvkmrpan...@gmail.com Subject: [issue38048] unususal behavior Zachary Ware added the comment: To reiterate, there is no bug in Python here. The code that you attached here has a typo that turns this example into an infinite loop, and the Windows Command Prompt will happily take any input and echo it, even though Python is not actually consuming any of it. -- ___ Python tracker <https://bugs.python.org/issue38048> ___ -- ___ Python tracker <https://bugs.python.org/issue38048> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com