~ubuntu-branches/ubuntu/natty/pytables/natty-proposed

« back to all changes in this revision

Viewing changes to src/_comp_bzip2.c

  • Committer: Bazaar Package Importer
  • Author(s): Francesc Altet
  • Date: 2007-09-19 13:21:33 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070919132133-u9rfrz97tjxi9ccu
Tags: 2.0.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated by Pyrex 0.9.5.1a on Mon Jul  9 19:52:14 2007 */
 
1
/* Generated by Pyrex 0.9.5.1a on Tue Sep 18 12:00:47 2007 */
2
2
 
3
3
#include "Python.h"
4
4
#include "structmember.h"
50
50
  if (!PyArg_ParseTupleAndKeywords(__pyx_args, __pyx_kwds, "", __pyx_argnames)) return 0;
51
51
  __pyx_v_compinfo = Py_None; Py_INCREF(Py_None);
52
52
 
53
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":10 */
 
53
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":10 */
54
54
  __pyx_1 = (!register_bzip2((&__pyx_v_version),(&__pyx_v_date)));
55
55
  if (__pyx_1) {
56
56
 
57
 
    /* "/tmp/trunk/src/_comp_bzip2.pyx":11 */
 
57
    /* "/tmp/std-2.0/src/_comp_bzip2.pyx":11 */
58
58
    Py_INCREF(Py_None);
59
59
    __pyx_r = Py_None;
60
60
    goto __pyx_L0;
62
62
  }
63
63
  __pyx_L2:;
64
64
 
65
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":13 */
 
65
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":13 */
66
66
  __pyx_2 = PyString_FromString(__pyx_v_version); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 13; goto __pyx_L1;}
67
67
  __pyx_3 = PyString_FromString(__pyx_v_date); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 13; goto __pyx_L1;}
68
68
  __pyx_4 = PyTuple_New(2); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 13; goto __pyx_L1;}
74
74
  __pyx_v_compinfo = __pyx_4;
75
75
  __pyx_4 = 0;
76
76
 
77
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":14 */
 
77
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":14 */
78
78
  free(__pyx_v_version);
79
79
 
80
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":15 */
 
80
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":15 */
81
81
  free(__pyx_v_date);
82
82
 
83
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":16 */
 
83
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":16 */
84
84
  Py_INCREF(__pyx_v_compinfo);
85
85
  __pyx_r = __pyx_v_compinfo;
86
86
  goto __pyx_L0;
120
120
  if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_b) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; goto __pyx_L1;};
121
121
  if (__Pyx_InternStrings(__pyx_intern_tab) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; goto __pyx_L1;};
122
122
 
123
 
  /* "/tmp/trunk/src/_comp_bzip2.pyx":7 */
 
123
  /* "/tmp/std-2.0/src/_comp_bzip2.pyx":7 */
124
124
  return;
125
125
  __pyx_L1:;
126
126
  __Pyx_AddTraceback("_comp_bzip2");