#450 closed defect (fixed)
byte-blob does not load posix
| Reported by: | Moritz Heidkamp | Owned by: | Ivan Raikov |
|---|---|---|---|
| Priority: | major | Milestone: | 4.9.0 |
| Component: | unknown | Version: | 4.6.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
Currently, the byte-blob egg merely imports the posix extension but it does not actually load it, leading to failure when used in programs that don't load posix themselves. The attached patch fixes this.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | byte-blob-posix-load.patch added |
|---|
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Patch applied and new release of byte-blob made, thanks.