Mercurial > hg
comparison tests/test-issue1089.out @ 11547:36a6aeb679da
inotify: make proper use of Python API to get object size.
In older python versions, it was ok to access an object's type by accessing its
ob_type "member". With python 2.6+, the proper way of accessing it is via
Py_TYPE(object). This patch implements the correct call for the inotify
extension. When under python < 2.6, this macro is defined in mercurial's
util.h.
author | Renato Cunha <renatoc@gmail.com> |
---|---|
date | Fri, 02 Jul 2010 16:21:42 -0300 |
parents | 2268edff1bec |
children |
comparison
equal
deleted
inserted
replaced
11535:09cb56b760b4 | 11547:36a6aeb679da |
---|