Riccardo Magliocchetti added the comment:
I have an issue related to this while trying to compile statically Python 3.6.1
against a static musl.
The problem is that i have AF_CAN defined because it's defined in
linux/socket.h but by not having HAVE_LINUX_CAN_H defined in pyconfig.
New submission from Riccardo Magliocchetti:
I have an issue related to this while trying to compile statically Python 3.6.1
(but latest master looks the same) against a static musl.
The problem is that i have AF_CAN defined because it's defined in
linux/socket.h but by not h
New submission from Riccardo Magliocchetti :
When debugging uwsgi logging issues with python3.7 i got this on python 3.7.2:
Traceback (most recent call last):
File "/usr/lib/python3.7/logging/__init__.py", line 269, in
_after_at_fork_weak_calls
_at_fork_weak_calls('release
Change by Riccardo Magliocchetti :
--
keywords: +patch
pull_requests: +11933
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Riccardo Magliocchetti added the comment:
Yeah, I'm not sure the pr is just papering over the real issue :) Need to check
what io.open sets on name. IF it setting the fd as name instead of creating a
string that would be still be a bug in Python to me. Could you please wait a
bit for
Riccardo Magliocchetti added the comment:
Looking at Modules/_io/fileio.c::_io_FileIO___init___impl it seems an int for
nameobj is just fine. Not sure I am looking at the right code though :)
--
___
Python tracker
<https://bugs.python.
Riccardo Magliocchetti added the comment:
@Vinay Do you have any update on this? thanks
--
___
Python tracker
<https://bugs.python.org/issue36015>
___
___
Pytho
Riccardo Magliocchetti added the comment:
Friendly ping, would be helpful to get this resolved for 3.8.0. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue36