[pypy-issue] [issue1211] Implementation of PyInt_AsUnsignedLongLongMask

Dave Malcolm tracker at bugs.pypy.org
Mon Jul 9 21:57:29 CEST 2012


New submission from Dave Malcolm <dmalcolm at redhat.com>:

I'm attaching a patch which (I hope) implements PyInt_AsUnsignedLongLongMask (c.f.
  http://docs.python.org/c-api/int.html#PyInt_AsUnsignedLongLongMask ), which is used by an extension 
module I'm 
trying to get running with PyPy (specifically, the python bindings to rpm)

Caveat: not yet translated, and I'm somewhat blindly copying what the rest of that file is doing.  
Tests seem to 
pass though.

----------
files: add-PyInt_AsUnsignedLongLongMask.patch
messages: 4566
nosy: dmalcolm, pypy-issue
priority: feature
status: unread
title: Implementation of PyInt_AsUnsignedLongLongMask

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1211>
________________________________________


More information about the pypy-issue mailing list