Le 27/08/15 04:46, Vaibhav Sood a écrit :
Hi,
I had submitted a pull request earlier
(https://bitbucket.org/pypy/pypy/pull-requests/331/fix-test-case-for-py33-branch/diff)
for a nightly test case fix on the py3.3 branch. I haven’t received any
reviews, just wanted to check regarding the same, I
Hi,
I had submitted a pull request earlier
(https://bitbucket.org/pypy/pypy/pull-requests/331/fix-test-case-for-py33-branch/diff)
for a nightly test case fix on the py3.3 branch. I haven't received any
reviews, just wanted to check regarding the same, I apologize if this is not
the right way t
On Thursday, 27 August 2015 00:53:05 Matti Picus wrote:
> On 26/08/15 23:32, David Naylor wrote:
> Please find attached for a patch that adds support for:
> ctypes.CDLL(name, handle=X)
>
> The patch includes tests for the pypy and rpython changes. I am not sure
> about the policy regarding
On 26/08/15 23:32, David Naylor wrote:
Please find attached for a patch that adds support for:
ctypes.CDLL(name, handle=X)
The patch includes tests for the pypy and rpython changes. I am not sure
about the policy regarding changes to the python libraries an
On Tuesday, 25 August 2015 23:27:35 David Naylor wrote:
> On Wednesday, 26 August 2015 00:09:14 Matti Picus wrote:
> > On 25/08/15 21:26, David Naylor wrote:
> >
> > Please find attached for a patch that fixes this issue. Would you like me
> > to submit a bug report for this patch?
> >
> > I have