Bug #156
deprecation warning in gruimpl/crc.py
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Eric Blossom | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | release-3.1 | |||
| Resolution: | fixed |
Description
This warning happens when using the blks packet modulator.
/usr/local/lib/python2.5/site-packages/gnuradio/gruimpl/crc.py:28: DeprecationWarning: struct integer overflow masking is deprecated
return s + struct.pack(">I", hexint(crc))
History
Updated by Johnathan Corgan almost 6 years ago
- Status changed from New to Assigned
Updated by Johnathan Corgan almost 6 years ago
- Status changed from Assigned to New
Updated by Eric Blossom almost 6 years ago
- Status changed from New to Assigned
Updated by Johnathan Corgan about 5 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fixed in r6113.