Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

[#68] Bugfix for asyncio.create_task bug in Python 3.7 and new release 0.1.3.1 #69

Merged
merged 6 commits into from
Apr 9, 2021

Conversation

Luna-Klatzer
Copy link
Owner

@Luna-Klatzer Luna-Klatzer commented Apr 9, 2021

Summary

Bug-fix for #68 regarding asyncio failing on start to create the task and start the program correctly. Will release a new version to avoid others with Python 3.7 to encounter this issue

Changes

  • This is a MAJOR change (e.g new class, rewrite)
  • This is a minor change (e.g typo fixed, optimization, bugfix)
  • This does not effect any code (i.e README/documentation change)
    • If needed, the documentation has been updated..

Changelog:

  • Removed old licensing of FrostbyteSpace and updated the URLs to the latest changes
  • Added error-messages for ValidationError in from_dict() inside type classes
  • Added from e to exceptions inside type classes add the traceback to it and possible understand the issue better
  • [Bot fails to start with Visual Studio in Python 3.7 #68] Fixed with removal of name parameter in asyncio.create_task() which is unsupported in 3.7
  • Updated MANIFEST.in

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bot fails to start with Visual Studio in Python 3.7
1 participant