[jira] [Commented] (THRIFT-600) Parser error on fields named e0, e1, ...

2012-12-14 Thread Glenn Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532237#comment-13532237 ] Glenn Pierce commented on THRIFT-600: - May also effect parameters. Ie mapstring,

[jira] [Comment Edited] (THRIFT-600) Parser error on fields named e0, e1, ...

2012-12-14 Thread Glenn Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13532237#comment-13532237 ] Glenn Pierce edited comment on THRIFT-600 at 12/14/12 11:08 AM:

[jira] [Created] (THRIFT-1737) UDP socket support for python

2012-10-21 Thread Will Pierce (JIRA)
Will Pierce created THRIFT-1737: --- Summary: UDP socket support for python Key: THRIFT-1737 URL: https://issues.apache.org/jira/browse/THRIFT-1737 Project: Thrift Issue Type: New Feature

[jira] [Updated] (THRIFT-1737) UDP socket support for python

2012-10-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1737: Attachment: THRIFT-1737-UDP-v1.diff patch attached (v1) UDP socket support for

[jira] [Resolved] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2012-05-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce resolved THRIFT-1115. - Resolution: Fixed terrific! python TBase class for dynamic (de)serialization,

[jira] [Commented] (THRIFT-1604) Python exception handeling for changes from PEP 3110

2012-05-18 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13279362#comment-13279362 ] Will Pierce commented on THRIFT-1604: - (not that i like having to support python

[jira] [Commented] (THRIFT-1604) Python exception handeling for changes from PEP 3110

2012-05-18 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13279439#comment-13279439 ] Will Pierce commented on THRIFT-1604: - okie, i'm secretly happy to drop 2.4 support.

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-09-04 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13096877#comment-13096877 ] Will Pierce commented on THRIFT-1115: - How does this look? The unit tests are

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-08-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13088445#comment-13088445 ] Will Pierce commented on THRIFT-1115: - FYI, this latest patch significantly changes

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-08-14 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084855#comment-13084855 ] Will Pierce commented on THRIFT-1115: - Here is sample comparison of the code

[jira] [Updated] (THRIFT-1262) update python compiler to parse unions, * namespaces and oneway services

2011-08-14 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1262: Attachment: THRIFT-1262-python_compiler_revival_v1.patch update python compiler to parse unions,

[jira] [Created] (THRIFT-1262) update python compiler to parse unions, * namespaces and oneway services

2011-08-14 Thread Will Pierce (JIRA)
update python compiler to parse unions, * namespaces and oneway services Key: THRIFT-1262 URL: https://issues.apache.org/jira/browse/THRIFT-1262 Project: Thrift Issue

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-25 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039352#comment-13039352 ] Will Pierce commented on THRIFT-1115: - After thinking about this latest version of

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-25 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039502#comment-13039502 ] Will Pierce commented on THRIFT-1115: - Aha, the {{.im_func}} is the secret sauce that

[jira] [Updated] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-25 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: THRIFT-1115.python_dynamic_code_and_slots_v5.patch version 5 of patch attached, this

[jira] [Updated] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-24 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: THRIFT-1115.python_dynamic_code_and_slots_v4.patch Hi David, thanks for the feedback.

[jira] [Updated] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-10 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Component/s: Build Process python TBase class for dynamic (de)serialization, and __slots__

[jira] [Commented] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-05-01 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13027455#comment-13027455 ] Will Pierce commented on THRIFT-1115: - Does the updated patch address all your

[jira] [Updated] (THRIFT-1115) python TBase class for dynamic (de)serialization, and __slots__ option for memory savings

2011-04-22 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Summary: python TBase class for dynamic (de)serialization, and __slots__ option for memory

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021526#comment-13021526 ] Will Pierce commented on THRIFT-1115: - Took me some time to get back to this, but I

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021531#comment-13021531 ] Will Pierce commented on THRIFT-1115: - Hmm, bad news. The TBase class needs to be a

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021545#comment-13021545 ] Will Pierce commented on THRIFT-1115: - David, at first I didn't understand what you

[jira] [Updated] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-04-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: THRIFT-1115.python_dynamic_code_and_slots_v3.patch Patch attached, version 3.

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-31 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014320#comment-13014320 ] Will Pierce commented on THRIFT-1115: - Thanks Bryan! I'm thinking of adding

[jira] [Updated] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-29 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: THRIFT-1115.python_dynamic_code_and_slots_v2.patch version 2 of this patch makes some

[jira] [Updated] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-29 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: test_dynser.py benchmarking script, copy it into trunk/test/py/ and use the same

[jira] [Updated] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: test_size.py Attaching test benchmarking script test_size.py that measures the RAM

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011878#comment-13011878 ] Will Pierce commented on THRIFT-1115: - Results of testing default generated code

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-27 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011898#comment-13011898 ] Will Pierce commented on THRIFT-1115: - FYI, the object instantiation time is not as

[jira] [Commented] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-25 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13011532#comment-13011532 ] Will Pierce commented on THRIFT-1115: - I forgot to mention, don't forget to re-run:

[jira] [Created] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-24 Thread Will Pierce (JIRA)
dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance --- Key: THRIFT-1115 URL:

[jira] [Updated] (THRIFT-1115) dynamic python object (de)serialization, using __slots__ for less memory, and custom object inheritance

2011-03-24 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1115: Attachment: THRIFT-1115.python_dynamic_code_and_slots_v1.patch dynamic python object

[jira] [Updated] (THRIFT-1107) improvement for compiler-generated python for 'None' object comparisons

2011-03-22 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1107: Attachment: test_isnotnone.py Attaching benchmark test script: test_isnotnone.py This takes a

[jira] [Commented] (THRIFT-1107) improvement for compiler-generated python for 'None' object comparisons

2011-03-22 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009988#comment-13009988 ] Will Pierce commented on THRIFT-1107: - Output from benchmark script

[jira] [Updated] (THRIFT-1107) improvement for compiler-generated python for 'None' object comparisons

2011-03-22 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1107: Attachment: THRIFT-1107.compiler_generate_py_is_not_none.patch Attached small patch to compiler:

[jira] [Commented] (THRIFT-1094) bug in TCompactProto python readMessageEnd method and updated test cases

2011-03-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009271#comment-13009271 ] Will Pierce commented on THRIFT-1094: - Teerific! Thanks! bug in TCompactProto

[jira] [Commented] (THRIFT-1103) TZlibTransport for python, a zlib compressed transport

2011-03-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009283#comment-13009283 ] Will Pierce commented on THRIFT-1103: - Thanks for comitting THRIFT-1094, I'll update

[jira] [Commented] (THRIFT-1103) TZlibTransport for python, a zlib compressed transport

2011-03-21 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009544#comment-13009544 ] Will Pierce commented on THRIFT-1103: - I updated the test suite to include running

[jira] [Updated] (THRIFT-1103) TZlibTransport for python, a zlib compressed transport

2011-03-20 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1103: Attachment: THRIFT-1103.tzlibtransport_for_python_v1.patch Patch attached. Adds

[jira] Updated: (THRIFT-1094) bug in TCompactProto python readMessageEnd method and updated test cases

2011-03-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1094: Attachment: THRIFT-1094.python_compactproto_fix_and_tests_v2.patch v2 of the patch attached.

[jira] Created: (THRIFT-1100) python TSSLSocket improvements, including certificate validation

2011-03-19 Thread Will Pierce (JIRA)
python TSSLSocket improvements, including certificate validation Key: THRIFT-1100 URL: https://issues.apache.org/jira/browse/THRIFT-1100 Project: Thrift Issue Type:

[jira] Updated: (THRIFT-1100) python TSSLSocket improvements, including certificate validation

2011-03-19 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1100: Attachment: THRIFT-1100.python_ssl_enhance_and_cert_validate.patch patch attached: adds lots of

[jira] Updated: (THRIFT-690) Update TApplicationException codes

2011-03-16 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-690: --- Attachment: THRIFT-690.python_app_exception_codes_update.patch This patch

[jira] Created: (THRIFT-1094) bug in TCompactProto python readMessageEnd method and updated test cases

2011-03-16 Thread Will Pierce (JIRA)
bug in TCompactProto python readMessageEnd method and updated test cases Key: THRIFT-1094 URL: https://issues.apache.org/jira/browse/THRIFT-1094 Project: Thrift Issue

[jira] Updated: (THRIFT-1094) bug in TCompactProto python readMessageEnd method and updated test cases

2011-03-16 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1094: Attachment: THRIFT-1094.python_compactproto_fix_and_tests.patch patch attached. touches 2 lines

[jira] Commented: (THRIFT-1094) bug in TCompactProto python readMessageEnd method and updated test cases

2011-03-16 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007443#comment-13007443 ] Will Pierce commented on THRIFT-1094: - looks like this readMessageEnd bug has been

[jira] Created: (THRIFT-1092) generated validate() method has wrong indentation

2011-03-15 Thread Will Pierce (JIRA)
generated validate() method has wrong indentation - Key: THRIFT-1092 URL: https://issues.apache.org/jira/browse/THRIFT-1092 Project: Thrift Issue Type: Bug Components: Python -

[jira] Created: (THRIFT-1093) several bugs in python TCompactProtocol

2011-03-15 Thread Will Pierce (JIRA)
several bugs in python TCompactProtocol --- Key: THRIFT-1093 URL: https://issues.apache.org/jira/browse/THRIFT-1093 Project: Thrift Issue Type: Bug Components: Python - Library Affects

[jira] Updated: (THRIFT-1093) several bugs in python TCompactProtocol

2011-03-15 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1093: Attachment: THRIFT-1093.compactproto_encoding_bugs.patch patch attached several bugs in python

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-15 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Attachment: THRIFT-1088_python_new_style_classes_v2.patch updated patch to work against trunk

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-14 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Attachment: runtest2.sh Fixed runtest.sh (now called runtest2.sh) shell script so it will re-run

[jira] Commented: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-14 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13006390#comment-13006390 ] Will Pierce commented on THRIFT-1088: - % ./runtest2.sh Building libraries make[1]:

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-10 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Attachment: perftest.py Thrift library python classes should be new-style classes

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-10 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Attachment: runtest.sh Thrift library python classes should be new-style classes

[jira] Commented: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-10 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005061#comment-13005061 ] Will Pierce commented on THRIFT-1088: - Here's the test results from my first stab at

[jira] Commented: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-10 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005070#comment-13005070 ] Will Pierce commented on THRIFT-1088: - To set up the perf test code, put perftest.py

[jira] Created: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-09 Thread Will Pierce (JIRA)
Thrift library python classes should be new-style classes - Key: THRIFT-1088 URL: https://issues.apache.org/jira/browse/THRIFT-1088 Project: Thrift Issue Type: Improvement

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-09 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Attachment: THRIFT-1088_pthon_new_style_classes.patch svn diff attached, I am currently testing

[jira] Updated: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-09 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Pierce updated THRIFT-1088: Patch Info: [Patch Available] Thrift library python classes should be new-style classes

[jira] Commented: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-09 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004693#comment-13004693 ] Will Pierce commented on THRIFT-1088: - Sure thing. Without fastbinary.so in play?

[jira] Commented: (THRIFT-1088) Thrift library python classes should be new-style classes

2011-03-09 Thread Will Pierce (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004702#comment-13004702 ] Will Pierce commented on THRIFT-1088: - Quick question, when you say 'generated