https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700
--- Comment #2 from Ed Maste ---
A minimum viable patch to address this:
diff --git a/Modules/_posixsubprocess.c b/Modules/_posixsubprocess.c
index 8c8777cfe3..d390ec8ee6 100644
--- a/Modules/_posixsubprocess.c
+++ b/Modules/_posixsubproce
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206194
--- Comment #8 from Brent Busby ---
You can go ahead and close this. It was caused by accumulated cruft in the
basejail of my ezjail installation. It was solvable by deleting basejail and
redoing ezjail-admin -i.
--
You are receiving th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219687
Helen Koike changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700
Conrad Meyer changed:
What|Removed |Added
CC||c...@freebsd.org
--- Comment #3 fro
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221700
--- Comment #4 from Conrad Meyer ---
(In Python3, posix_closerange() is renamed to os_closerange_impl().)
--
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-py
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221730
lbartoletti changed:
What|Removed |Added
CC||pyt...@freebsd.org
--
You are recei
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221731
lbartoletti changed:
What|Removed |Added
Flags||maintainer-feedback+
On 8/23/17 9:02 AM, Ben Woods wrote:
> +# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+
> +.if ${PYTHON_REL} < 3400
> +RUN_DEPENDS+=${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34
> +.endif
A heads-up just in case, as it has occurred numerous times in the past
and is not immed