New submission from Kafeel Ansari <kafeelansar...@gmail.com>:
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) ---------- components: Windows messages: 356430 nosy: kafeel.ansari, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: Cloudpickle.py file is crashing due to data type incompatibility. type: crash versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38775> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com