Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 321 Bytes

Protobuf serialization bug

This is repo reproduces an issue with protobuf and proto-plus.

This bug appears only on Windows.

To reproduce the issue:

  1. pip install bad_requirements.py
  2. python test.py

good_requirements.txt contains requirements that do not cause the issue when calling python test.py.