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 ajindal, eric.smith, ned.deily, ronaldoussoren
Date 2021-02-12.14:33:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613140430.89.0.0599514510343.issue43206@roundup.psfhosted.org>
In-reply-to
Content
It's hard to tell because you didn't show the whole program, but this looks like a mutable default argument problem. Basically you're changing the default value in a different call to Row().

https://docs.python.org/3/faq/programming.html#why-are-default-values-shared-between-objects
History
Date User Action Args
2021-02-12 14:33:50eric.smithsetrecipients: + eric.smith, ronaldoussoren, ned.deily, ajindal
2021-02-12 14:33:50eric.smithsetmessageid: <1613140430.89.0.0599514510343.issue43206@roundup.psfhosted.org>
2021-02-12 14:33:50eric.smithlinkissue43206 messages
2021-02-12 14:33:50eric.smithcreate