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 kafeel.ansari
Recipients kafeel.ansari, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-11-12.09:49:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I tried python3.8 for my project. But it is crashing in the beginning . When debugged , found out that "Line 145 in cloudpickle.py" is returning the value in bytes which is not expected.

Code Snippet: 
 
 _cell_set_template_code = _make_cell_set_template_code()

Error: 

return types.CodeType(
TypeError: an integer is required (got type bytes)
History
Date User Action Args
2019-11-12 09:49:13kafeel.ansarisetrecipients: + kafeel.ansari, paul.moore, tim.golden, zach.ware, steve.dower
2019-11-12 09:49:13kafeel.ansarisetmessageid: <[email protected]>
2019-11-12 09:49:13kafeel.ansarilinkissue38775 messages
2019-11-12 09:49:13kafeel.ansaricreate