[Checkins] [zopefoundation/zope.i18nmessageid] c44d00: The PyPy and Python people on freenode think that ...

GitHub noreply at github.com
Tue Mar 19 15:41:00 UTC 2013


  Branch: refs/heads/3.5.3-experimental-pypy
  Home:   https://github.com/zopefoundation/zope.i18nmessageid
  Commit: c44d002775265ea9c9204fb86304da3136485dbc
      https://github.com/zopefoundation/zope.i18nmessageid/commit/c44d002775265ea9c9204fb86304da3136485dbc
  Author: Matthew Wilkes <git at matthewwilkes.name>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/zope/i18nmessageid/_zope_i18nmessageid_message.c

  Log Message:
  -----------
  The PyPy and Python people on freenode think that the original way of doing this is dangerous. This workaround *appears* to work, but I'd rather provide a pure python implementation of message. It works by getting a reference to __new__ and calling that with the arguments given as a tuple, rather than calling the C implementation directly. There is, as expected, no C implementation of unicode.__new__ in Python.





More information about the checkins mailing list