Opened 7 years ago
Closed 7 years ago
#16119 closed enhancement (fixed)
Patch Python uuid module
Reported by: | jpflori | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.2 |
Component: | packages: standard | Keywords: | cygwin days57 python uuid |
Cc: | Merged in: | ||
Authors: | Jean-Pierre Flori | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | 750eff1 (Commits, GitHub, GitLab) | Commit: | 750eff146c3a5da7b469f5c3cba627eeb3b596d3 |
Dependencies: | Stopgaps: |
Description
This prevents "heavy side effects" which include segfaults when building sagenb on Cygwin64. See http://bugs.python.org/issue11063.
Change History (3)
comment:1 Changed 7 years ago by
- Branch set to u/jpflori/ticket/16119
- Commit set to 750eff146c3a5da7b469f5c3cba627eeb3b596d3
- Keywords days57 python uuid added
- Status changed from new to needs_review
comment:2 Changed 7 years ago by
- Reviewers set to Volker Braun
- Status changed from needs_review to positive_review
comment:3 Changed 7 years ago by
- Branch changed from u/jpflori/ticket/16119 to 750eff146c3a5da7b469f5c3cba627eeb3b596d3
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Patch Python uuid module to lower side effects when it is imported.