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 serhiy.storchaka
Recipients ronaldoussoren, serhiy.storchaka
Date 2017-12-26.10:47:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514285233.74.0.213398074469.issue32196@psf.upfronthosting.co.za>
In-reply-to
Content
I have made this PR because functional style looks to me more for this kind of tasks. For every serialization or deseralization we have a distinct set of functions with common state. The state can be passes between functions as attributes of a one-time object or as non-local variables. The latter looks syntactically cleaner to me and, as a side effect, is faster.
History
Date User Action Args
2017-12-26 10:47:13serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren
2017-12-26 10:47:13serhiy.storchakasetmessageid: <1514285233.74.0.213398074469.issue32196@psf.upfronthosting.co.za>
2017-12-26 10:47:13serhiy.storchakalinkissue32196 messages
2017-12-26 10:47:13serhiy.storchakacreate