Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #502 from topazproject/tim/handle-no_nul-strings
Switch to proper merging of no_nul annotation, and fix translation
- Loading branch information
Showing
with
64 additions
and 18 deletions.
- +4 −0 targettopaz.py
- +36 −0 tests/modules/test_kernel.py
- +7 −0 tests/objects/test_dirobject.py
- +1 −9 topaz/coerce.py
- +7 −7 topaz/modules/kernel.py
- +1 −1 topaz/objects/dirobject.py
- +1 −1 topaz/objects/fileobject.py
- +7 −0 topaz/objspace.py