Modify ↓
Ticket #247 (new defect)
Opened 11 months ago
PyYaml uses int instead of size_t in ext
| Reported by: | debian@… | Owned by: | xi |
|---|---|---|---|
| Priority: | high | Component: | pyyaml |
| Severity: | blocker | Keywords: | patch |
| Cc: |
Description
PyYaml? fails to build on the s390x architecture. It seems this is due to using int where the libyaml API uses size_t. The attached patch has been applied in Debian and Ubuntu and resolves the issue.
Attachments
Change History
Changed 11 months ago by debian@…
-
attachment
size_t_not_int.diff
added
Note: See
TracTickets for help on using
tickets.

Patch