[New-bugs-announce] [issue38775] Cloudpickle.py file is crashing due to data type incompatibility.

Kafeel Ansari report at bugs.python.org
Tue Nov 12 04:49:13 EST 2019


New submission from Kafeel Ansari <kafeelansari24 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue38775>
_______________________________________


More information about the New-bugs-announce mailing list