You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following along with a game-making tutorial, and when the tutorial plugged shelve for saving, I opted for camel instead. I ran across some issues that seem to be inherited from PyYaml, so they should be doc bugs, probably.
This issue is, while it's safe to use None as a value in containers, returning None directly from a dumper (because there was no state to serialize, beyond the type of the value) gave me some obscure errors from within PyYaml.
The text was updated successfully, but these errors were encountered:
I'm following along with a game-making tutorial, and when the tutorial plugged
shelve
for saving, I opted forcamel
instead. I ran across some issues that seem to be inherited from PyYaml, so they should be doc bugs, probably.This issue is, while it's safe to use
None
as a value in containers, returningNone
directly from a dumper (because there was no state to serialize, beyond the type of the value) gave me some obscure errors from within PyYaml.The text was updated successfully, but these errors were encountered: