/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/python-compat.h

  • Committer: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-08-21 01:14:12 UTC
  • mfrom: (7059.1.3 bencode_recursion)
  • Revision ID: breezy.the.bot@gmail.com-20180821011412-zmgz0ia6p6azy95s
Fix recursion handling in bencode extension

Merged from https://code.launchpad.net/~gz/brz/bencode_recursion/+merge/353451

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
#endif
73
73
 
 
74
#define BrzPy_EnterRecursiveCall(where) (Py_EnterRecursiveCall(where) == 0)
 
75
 
74
76
#if defined(_WIN32) || defined(WIN32)
75
77
    /* Defining WIN32_LEAN_AND_MEAN makes including windows quite a bit
76
78
     * lighter weight.