Skip to content

Commit 7bff65c

Browse files
author
James William Pye
committed
local()'ize dll_pack as well.
1 parent c809db9 commit 7bff65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/types/io/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def mktime64(seconds_ms):
9494
time_pack = compose((mktime, double_pack))
9595
time_unpack = compose((double_unpack, mktimetuple))
9696

97-
def interval_pack(m_d_timetup, mktime = mktime):
97+
def interval_pack(m_d_timetup, mktime = mktime, dll_pack = dll_pack):
9898
"""
9999
Given a triple, (month, day, (seconds, microseconds)), serialize it for
100100
transport.

0 commit comments

Comments
 (0)