Changes between Initial Version and Version 10 of Ticket #25979
- Timestamp:
- 07/31/18 14:38:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25979
- Property Cc rws added
-
Property
Report Upstream
changed from
N/A
toNot yet reported upstream; Will do shortly.
-
Ticket #25979 – Description
initial v10 20 20 21 21 This was causing quite a few confusing bugs before I realized the subtle difference of `Integer` vs `int` that was causing the bug. I'm not sure if it affect other functions too. 22 23 '''Upstream PR:''' https://github.com/pynac/pynac/pull/336 (for pynac) 24 25 Though we should also still fix conversion of integer types to expressions on Python 3.