Changes by Alex Gaynor :
--
keywords: +security_issue
___
Python tracker
<http://bugs.python.org/issue28275>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Alex Gaynor :
--
nosy: +nadeem.vawda
___
Python tracker
<http://bugs.python.org/issue28275>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Alex Regueiro:
Quotes around hashbangs are not recognised and are considered invalid syntax,
at least on Bash on OS X 10.12. There's really no workaround (that I'm aware
of) for paths containing spaces, except maybe symlinking the directory in the
path the co
New submission from Alex Grönholm:
the ssl.SSLObject class supports selected_alpn_protocol() like ssl.SSLSocket,
but it is not mentioned on the list of supported methods.
--
assignee: christian.heimes
components: SSL
messages: 278739
nosy: alex.gronholm, christian.heimes
priority
Alex Grönholm added the comment:
HTTP/2 (h2) is kind of a biggie :)
--
___
Python tracker
<http://bugs.python.org/issue28453>
___
___
Python-bugs-list mailin
New submission from Alex Croitor:
Hi, I'm building Python 2.7.11 with debug symbols and no optimizations, but
without the --with-debug switch, on macOS 10.11.5, El Capitan + XCode 7.3.1.
Whenever I try to execute an OpenGL demo or example, I get a segmentation fault
or a bus error w
Alex Samuel added the comment:
Here's a real-world case where this can cause unexpected results: A shell
script has a typo in the shebang ("#/!bin/bash") but the execute bit set. It
still runs via the C library's execvp() and also via bash (which uses execve()
but reimp
New submission from Alex Wang:
- Python Version
Python 3.5.2
- Issue
I found that the c_wchar_p and c_char_p return results behaves different from
what it is based on ctypes doc. From the ctypes doc of Python 3.5:
>>> c_wchar_p("Hello, World")
c_wchar_p('Hello, World
Alex Wang added the comment:
Hi Eryk,
Thanks a lot for quick reply~
This is about the bug I filed: http://bugs.python.org/issue28698#
I may still need your help to have a look the original case when I caught
this issue:
I am writing some test automation which call C DLL from Python, the C
Alex R. Hoyling added the comment:
|| We now use 'product_type' on 3.5+ and 'product' on 2.7, so we should be good.
It actually looks like we use `product_type` on Python 2.7.12, not `product`.
On Python 2.7.12, on Windows Server 2008 R2:
>>> import sys
>&g
Alex R. Hoyling added the comment:
In fact, at the tip of the 2.7 branch in `sysmodule.c` we have:
static PyStructSequence_Field windows_version_fields[] = {
{"major", "Major version number"},
{"minor", "Minor version number"},
{"build&q
New submission from Alex Shih-Han Lin :
OS is Windows 7 x64, python using 2.6.2 amd64, SDK installed, but when I
build some module by setup.py, it always traceback ValueError.
running build
running build_py
running build_ext
building 'genshi._speedups' extension
Traceback (most recent
Alex Shih-Han Lin added the comment:
yes, I have already installed VS 2008 (but it is Express Edition for VC,
VB ,C#...I have no money to buy standard edition.)
--
___
Python tracker
<http://bugs.python.org/issue6
1601 - 1613 of 1613 matches
Mail list logo