Hi, Experts:
I have 2 PRs pending there to get review for days. Anyone can give your hands?
Thanks in advance. BTW, they are about CPython working on VxWorks 7.
https://github.com/python/cpython/pull/12118
https://github.com/python/cpython/pull/12305
Thanks,
Peixing
___
On behalf of the Python development community, I'm chuffed to announce
the availability of Python 3.5.7.
Python 3.5 is in "security fixes only" mode. It only accepts security
fixes, not conventional bug fixes, and the release is source-only.
And you can find Python 3.5.7rc1 here:
https
On behalf of the Python development community, I'm proud--if slightly
sad--to announce the availability of Python 3.4.10.
Python 3.4.10 was released in "security fixes only" mode. It only
contains security fixes, not conventional bug fixes, and it is a
source-only release.
Python 3.4.10 i
Hello,
For windows arm32 I would like to be able run tests in the buildbot.
Windows arm32 programs built with MSVC are always cross-compiled.
This means I need to build cpython on x86/x64 and then deploy the build
artifacts and run the tests on an ARM32 device.
Is there any documentation or exam
On 18.03.19 21:10, Paul Monson via Python-Dev wrote:
> Hello,
>
> For windows arm32 I would like to be able run tests in the buildbot.
> Windows arm32 programs built with MSVC are always cross-compiled.
> This means I need to build cpython on x86/x64 and then deploy the build
> artifacts and run
And thanks for the PEP, Stefano!
(I meant to say "thanks" in the email but I simply forgot :( ).
On Sat, Mar 16, 2019 at 8:46 AM Stefano Borini
wrote:
> Hello, I am one of the authors of the PEP.
> I agree with your sentiment. I still think it might be useful in some
> contexts and I got some p
We're having a super interesting discussion on
https://bugs.python.org/issue34160 . It is now marked as a release blocker and
warrants a broader discussion.
Our problem is that at least two distinct and important users have written
tests that depend on exact byte-by-byte comparisons of the fin
I noticed that your list doesn't include "add a DOM equality operator".
That seems potentially simpler to implement than canonical XML
serialization, and like a useful thing to have in any case. Would it make
sense as an option?
On Mon, Mar 18, 2019, 15:46 Raymond Hettinger
wrote:
> We're having
> On Mar 18, 2019, at 4:15 PM, Nathaniel Smith wrote:
>
> I noticed that your list doesn't include "add a DOM equality operator". That
> seems potentially simpler to implement than canonical XML serialization, and
> like a useful thing to have in any case. Would it make sense as an option?
T
We (Wind River) are doing it for VxWorks, which is also cross-compiled, and has
no concept of chroot you see in Linux.
The trick is to insert a little switch from local to a remote shell between the
build and the test run via ssh (or telnet).
Don't think we gotten anywhere near upstreaming tha
Hi, Experts:
Seeing from the Python 3.8.0
schedule(https://www.python.org/dev/peps/pep-0569/#schedule), new features will
not be allowed to submit after 3.8.0 beta1. For VxWorks RTOS platform
supporting CPython, we are using bpo-31904(https://bugs.python.org/issue31904)
for PRs to submit our c
On 3/18/2019 6:41 PM, Raymond Hettinger wrote:
We're having a super interesting discussion on
https://bugs.python.org/issue34160 . It is now marked as a release blocker and
warrants a broader discussion.
Our problem is that at least two distinct and important users have written
tests that de
On Mon, Mar 18, 2019 at 9:44 PM Terry Reedy wrote:
> On 3/18/2019 6:41 PM, Raymond Hettinger wrote:
> > We're having a super interesting discussion on
> https://bugs.python.org/issue34160 . It is now marked as a release
> blocker and warrants a broader discussion.
> >
> > Our problem is that at
13 matches
Mail list logo