Rev 145: Comment and trailing whitespace cleanup. in http://bazaar.launchpad.net/~jameinel/meliae/mem-object-collection

John Arbash Meinel john at arbash-meinel.com
Tue Dec 29 03:12:52 GMT 2009


At http://bazaar.launchpad.net/~jameinel/meliae/mem-object-collection

------------------------------------------------------------
revno: 145
revision-id: john at arbash-meinel.com-20091229031233-07plrvl9nsyudipo
parent: john at arbash-meinel.com-20091229031026-sfhgv08w1djtoaiu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: mem-object-collection
timestamp: Mon 2009-12-28 21:12:33 -0600
message:
  Comment and trailing whitespace cleanup.
-------------- next part --------------
=== modified file 'meliae/_loader.pyx'
--- a/meliae/_loader.pyx	2009-12-29 03:10:26 +0000
+++ b/meliae/_loader.pyx	2009-12-29 03:12:33 +0000
@@ -145,6 +145,9 @@
     PyObject *name
     RefList *referrer_list
     unsigned long total_size
+    # This is an uncounted ref to a _MemObjectProxy. _MemObjectProxy also has a
+    # refreence to this object, so when it disappears it can set the reference
+    # to NULL.
     PyObject *proxy
 
 

=== modified file 'meliae/loader.py'
--- a/meliae/loader.py	2009-12-28 05:19:09 +0000
+++ b/meliae/loader.py	2009-12-29 03:12:33 +0000
@@ -1,14 +1,14 @@
 # Copyright (C) 2009 Canonical Ltd
-# 
+#
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
 # published by the Free Software Foundation.
-# 
+#
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 



More information about the bazaar-commits mailing list