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 Vincent
Recipients Vincent, serhiy.storchaka
Date 2021-03-10.18:46:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615402001.17.0.0828737712847.issue43462@roundup.psfhosted.org>
In-reply-to
Content
No, not hang. It returns a NoneType.

See this example:

>>> x = canvas.bbox('tunnel')
>>> type(x)
<class 'NoneType'>
>>>
History
Date User Action Args
2021-03-10 18:46:41Vincentsetrecipients: + Vincent, serhiy.storchaka
2021-03-10 18:46:41Vincentsetmessageid: <1615402001.17.0.0828737712847.issue43462@roundup.psfhosted.org>
2021-03-10 18:46:41Vincentlinkissue43462 messages
2021-03-10 18:46:41Vincentcreate