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 eric.smith
Recipients bikrammehra97, eric.smith, lys.nikolaou
Date 2021-05-20.12:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621512504.68.0.842844194131.issue44177@roundup.psfhosted.org>
In-reply-to
Content
There's no actual code associated with the "else" line, so there's no way to get the line number. dis.dis(sample_data) might give you some insight.

Since this all works as designed, I'm going to close this issue. You might get more help on StackOverflow or similar.
History
Date User Action Args
2021-05-20 12:08:24eric.smithsetrecipients: + eric.smith, lys.nikolaou, bikrammehra97
2021-05-20 12:08:24eric.smithsetmessageid: <1621512504.68.0.842844194131.issue44177@roundup.psfhosted.org>
2021-05-20 12:08:24eric.smithlinkissue44177 messages
2021-05-20 12:08:24eric.smithcreate